Bump version number for tag.
authorrobertl <robertl>
Thu, 31 Jan 2008 19:31:29 +0000 (19:31 +0000)
committerrobertl <robertl>
Thu, 31 Jan 2008 19:31:29 +0000 (19:31 +0000)
configure
configure.in
gbversion.h

index 128f398eafcde3298b4bd44c146cab834d51fa34..9889977f6c92641c2e8d4804cce2a8a96f372267 100755 (executable)
--- a/configure
+++ b/configure
@@ -1744,7 +1744,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080121"
+PACKAGE_RELEASE="-beta20080131"
 
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE_RELEASE "$PACKAGE_RELEASE"
index 0f92c150488ca229306549930a3fd6bb41a7d3cb..0d231d7659a9bb04d19f7e67a05b76c00bcdffd5 100644 (file)
@@ -6,7 +6,7 @@ AC_PREREQ(2.59)
 AC_INIT(GPSBabel, 1.3.5, BUG-REPORT-ADDRESS)
 
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080121"
+PACKAGE_RELEASE="-beta20080131"
 AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
 AC_SUBST(PACKAGE_RELEASE)
 
index a3e477924d6fc6ed22a28b98959c87f7dc8bb74b..2afe257335e72d25dc8bdead6750e47d4cb45eb1 100644 (file)
@@ -4,5 +4,5 @@
  *
  * Isn't simplification via automation grand?
  */
-#define VERSION "1.3.5-beta20080121"
+#define VERSION "1.3.5-beta20080131"
 #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development"